home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1994 June / PSL Monthly Shareware CD-ROM (June 1994) (Public Software Library).bin / reviews / wi_08 < prev    next >
Text File  |  1994-02-23  |  47KB  |  1,456 lines

  1. WI-08:  Windows Programming
  2.  
  3.  
  4. --------------------------------
  5. 3558 "C" Programming for Windows          Small Programs Disk
  6. --------------------------------
  7.  
  8. CDK-VB
  9.    Langley, Brent K.
  10.    $0
  11. contains information about creating custom controls for VB with C++.
  12.  
  13. Three_d.dll (3D-DLL)
  14.    Donahue, Ray
  15.    $20-$50
  16. is a DLL for making a Windows 3.0 dialog box appear to have a 3-dimensional
  17. look. Boxes can be recessed, extruding, or shadowed. C source code and EXE files
  18. for a demo program are included. Support is provided for EGA, VGA, and above.
  19.  
  20. Dib
  21.    Reilly, Patrick
  22.    $0
  23. is a pair of functions for manipulating a DIB bitmap.
  24.  
  25. DOSWin
  26.    is sample code to restrict puts()-printf() output to a window in Windows 3.
  27. It also allows restricting some DOS programs output to a window.
  28.  
  29. FixDS 2.0
  30.    Geary, Michael
  31.    $0
  32. is a C routine that eliminates need for EXPORTS and MakeProcInstance() in
  33. Windows applications; prevents bugs caused by omitting EXPORTS or
  34. MakeProcInstance(); and allows Windows applications to export functions that
  35. will be called directly from a dynamic link library.
  36.  
  37. Journal
  38.    Fogelin, Eric
  39.    $0
  40. is a dynamic Link library demonstrating Windows 2.0 Journal Hooks.
  41.  
  42. Mail-OM
  43.    Oregon Professional Microsystems, Inc.
  44.    $0
  45. is the Microsoft C source code for a mailing list application for MS Windows.
  46.  
  47. NewSpy 1.0
  48.    Feinleib, David A.
  49.    $25
  50. is an improved version of the Spy program that is included in the SDK.
  51.  
  52. QuickC for Windows Tools (QCTOOLS)
  53.    English, Arthur
  54.    $0
  55. is an icon toolbar for use with QuickC for Windows. Functions include opening
  56. and saving projects and files, finding next and previous compiler errors, edit
  57. fuctions, and more. (Not on this disk. Ask for disk #8897.)
  58.  
  59. Regular Expression DLL (REGEXP)
  60.    Windfall Software Systems
  61.    $10
  62. contains a dynamic link library compatible with Microsoft Windows. The library
  63. performs regular expression searches and a number of supporting operations.
  64.  
  65. Status Bar Control 1.2.0 (STSBARC)
  66.    Krikorian, Jean-Marc
  67.    $0
  68. is a DLL and associated files for displaying a Status Bar in Windows apps. A
  69. sample app and all source code are included.
  70.  
  71. Windows C Editor 2.0 (WCE)
  72.    DeCillis, Tom
  73.    $35
  74. is a programming shell. It features a logical toolbar and click SAA/CUA
  75. compliant interface that lets you edit, run, and compile all the necessary parts
  76. of a Windows application using the Microsoft Windows SDK.
  77.  
  78. WinClass (WINCLAS)
  79.    Pittelkow, Michael
  80.    $0
  81. is a C++ class library for Windows 3.
  82.  
  83. WINET
  84.    Booth, Duncan
  85.    $0
  86. is an execution profiler for Windows applications. C source code is included.
  87.  
  88. WinBegin 3.0 (WINBGN)
  89.    Crayne, Susan
  90.    $35
  91. is a development tool for creating very simple C programs which run under
  92. Windows 3.0. It is intended for the beginning programmer.
  93.  
  94. Winclip (WIN-CLP)
  95.    Schulman, Andrew
  96.    $0
  97. contains source code showing how DOS programs can use INT 2Fh services
  98. to access the Windows clipboard (in enhanced mode only).
  99.  
  100. --------------------------------
  101. END OF SMALL PROGRAMS DISK #3558
  102. --------------------------------
  103.  
  104.  
  105. MemView 3.0 [MEMVIEW]
  106.    Bert Whetstone
  107.    $0
  108. shows how much memory you have available in Windows. It keeps a running
  109. list of how much memory was allocated and the difference between each
  110. allocation, making it easier to find memory leaks. It includes several
  111. display options, and will also work when iconized. C++ source code is
  112. included. (Special order from the February 1994 CD: 47K.)
  113.  
  114.  
  115. -----------------------------
  116. 3790 Turbo Pascal for Windows          Small Programs Disk
  117. -----------------------------
  118.  
  119. AfterDark SDK 1.01p (AFTRDRK)
  120.    Sands, Richard R.
  121.    $0
  122. is a development kit for writing modules for the After Dark Screen Saver.
  123.  
  124. Ansioem
  125.    Robert Digsby
  126.    $0
  127. displays the ANSI and OEM character set. It allows you to click on a
  128. character to find out what it would be converted to if it were passed
  129. through AnsiToOem or OemToAnsi. C Source code is included.
  130.  
  131. Beeper (BEEPR)
  132.    $0
  133. is TPW code that demonstrates the use of a timer call-back function rather than
  134. the timer event message. It shows the use of export, MakeProcInstance, and more.
  135.  
  136. Bitmap Buttons (BITMBTN)
  137.    Thomas, Daniel
  138.    $0
  139. is a pair of Button objects that lets you create bitmap buttons.
  140.  
  141. BitView
  142.    $0
  143. is TPW source for a bitmap viewer within an MDI framework. It supports 256
  144. colors and compressed files.
  145.  
  146. Blaise
  147.    Warren, Robert J.
  148.    $0
  149. is a screen saver module for TPW. It hooks into the screensaver of the
  150. desktop portion of the control panel.
  151.  
  152. Bmhelp
  153.    $0
  154. contains code for displaying a bitmap from a resource file.
  155.  
  156. Bounce
  157.    $0
  158. is source for a bouncing ball graphics demo.
  159.  
  160. Center
  161.    Thomas, Daniel
  162.    $0
  163. is a procedure which will center a Popup window in its parent's window.
  164.  
  165. ClrCmbo
  166.    $0
  167. is a TPW unit for a color selection combo box with colors, not names.
  168.  
  169. Clover
  170.    $0
  171. is source code for a graphics display.
  172.  
  173. Concentration (CONCEN)
  174.    Rubenking, Neil J.
  175.    $0
  176. is the source and resource for a Concentration type game. Demonstrates
  177. owner-draw buttons, modifying system menu, making window size exactly match
  178. contents, etc.
  179.  
  180. Custom Control Library (CCONTRL)
  181.    Vitabile, Anthony M.
  182.    $0
  183. is the source code for a custom control library for Resource Workshop. Included
  184. is a Percent Completed custom control.
  185.  
  186. DYNST
  187.    Campbell, Tom
  188.    $0
  189. is a TP unit for the creation and use of dynamically allocated string arrays on
  190. the heap and handling all memory management transparently. The file DEMO.PAS
  191. contains an interactive demonstration showing you the allocation, use, and
  192. disposition of a dynamic string array.
  193.  
  194. EmptyDLG (EMPTYDL)
  195.    Rubenking, Neil J.
  196.    $0
  197. is an application template that demonstrates using a dialog window as a main
  198. window in a TPW program.
  199.  
  200. FileCopy.PAS 1.2
  201.    Allard, Adam A.
  202.    $0
  203. is source for a fast file copy utility.
  204.  
  205. File Clerk Source (FCSRC)
  206.    Peoples, David
  207.    $0
  208. is the source code for File Clerk, a file selector and application launcher.
  209.  
  210. File Dialog (FILEDLL)
  211.    Gallo, Guy
  212.    $0
  213. is a DLL for a file dialog box that can be called from TPW or from Word for
  214. Windows.
  215.  
  216. Fontlist (FONTLST)
  217.    $0
  218. is full source code and resource file for a font listing utility.
  219.  
  220. Font Manipulation Utility (FMU)
  221.    Smith, Mark
  222.    $0
  223. is a dialog box that allows the user to try out different screen fonts.
  224.  
  225. Infowdw.PAS
  226.    $0
  227. is an example of a modeless window that can be used to display status
  228. information about a program as it is running.
  229.  
  230. Janus
  231.    Sawatzki, Peter
  232.    $0
  233. let you create dialogs as MDI child windows, create BorDlgs from standard
  234. resource, standard dialogs from BorDlg resources, and support foreign language
  235. BorButtons.
  236.  
  237. Lststr 1.0
  238.    Rosenberger, Rob ASP
  239.    $0
  240. helps document string resources.
  241.  
  242. Message Box Utilities 1.0 (MBUTILS)
  243.    Salesas, Robert
  244.    $0
  245. makes it easier to write small programs that require little output or input. It
  246. is based around the Windows messagebox and provides routines to do MBWriteStr,
  247. MBWriteBuf, MBWriteLn, MBClear and MBShowWindow. Source code included.
  248.  
  249. PaintBMP (PNT-BMP)
  250.    is a unit that lets you create a pop-up window with caption and paint it
  251. with a bitmap. Source code and test code are included.
  252.  
  253. Rattle 1.01
  254.    Boyd, Craig
  255.    $10
  256. contains code for allocating and deallocating blocks of memory in a random
  257. fashion.
  258.  
  259. Ribbon
  260.    Thorpe, Danny
  261.    $0
  262. shows how to set up a non-MDI child window in an MDI window.
  263.  
  264. Time Watch Icon (TIMICON)
  265.    Mackey, Jack C.
  266.    $0
  267. illustrates how to make an updateable icon.
  268.  
  269. TPWGray
  270.    Overmyer, Doug
  271.    $0
  272. is TPW code showing how to create a dithered gray scale.
  273.  
  274. WinVer 1.0
  275.    Kitsos, Costas
  276.    $0
  277. stamps Windows EXE's or DLL's with the required Windows version. TPW source code
  278. is included.
  279.  
  280. --------------------------------
  281. END OF SMALL PROGRAMS DISK #3790
  282. --------------------------------
  283.  
  284.  
  285. --------------------------------
  286. 4052 Turbo Pascal for Windows #2          Small Programs Disk
  287. --------------------------------
  288.  
  289. Bezier 1.0
  290.    Overmyer, Doug
  291.    $0
  292. demonstrates